home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / Intel / win2k_xp1332.exe / Win2000 / a314.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-03  |  4.9 KB  |  182 lines

  1. ; Copyright (c) Intel Corporation (2003).
  2. ;
  3. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  4. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  5. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  6. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  7. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  8. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  9. ; including liability for infringement of any proprietary rights, relating to
  10. ; use of the code. No license, express or implied, by estoppel or otherwise,
  11. ; to any intellectual property rights is granted herein.
  12. ;
  13. ; A314.INF  -- This file contains installation information for the SiI164 AIM3 Driver
  14. ;               
  15.  
  16. [Version]
  17. signature="$CHICAGO$"
  18. Class=DisplayCodec
  19. ClassGUID={E6ABB47D-8339-4c60-BE92-E9045FF5A33D}
  20. Provider=%Intel%
  21. CatalogFile=A314.cat
  22. DriverVer=09/05/2001,5.00.2195.1
  23.  
  24. [Manufacturer]
  25. %IntelMfg%=Intel
  26.  
  27. [DestinationDirs]
  28. ;DefaultDestDir = 11
  29. AIM.Device.CopyDrivers = 11
  30. AIM.Device.CopyDriversNT = 10,system32\drivers
  31.  
  32. ;WHQL requirement: Uncomment this section later on once we have PnP
  33. ;method of installing/loading/unloading WDM AIM drivers across all 
  34. ;OS platforms enabled.
  35. ;[ControlFlags]
  36. ;ExcludeFromSelect=DISPLAY\%AimDevID%
  37.  
  38. [Intel]
  39. %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID%
  40.  
  41. [ClassInstall]
  42. Addreg=AIMClass.AddReg
  43.  
  44. [ClassInstall32]
  45. Addreg=AIMClass.AddRegNT
  46.  
  47. [AIM.Device]
  48. AddReg=     AIM.Device.AddReg
  49. CopyFiles=  AIM.Device.CopyDrivers
  50.  
  51. [AIM.Device.NT]
  52. AddReg=     AIM.Device.AddRegNT
  53. CopyFiles=  AIM.Device.CopyDriversNT
  54.  
  55. [AIM.Device.AddReg]
  56. ;HKR,,DevLoader,,*ntkern
  57. HKR,,NTMPDriver,,%AimDriverName%
  58. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  59. HKR,,DevicePNPID,,%AimDevID%
  60. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  61.  
  62. [AIM.Device.AddRegNT]
  63. HKR,,DevLoader,,*ntkern
  64. HKR,,NTMPDriver,,%AimDriverName%
  65. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  66. HKR,,DevicePNPID,,%AimDevID%
  67. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  68.  
  69. [AIM_Parameters_AddReg]
  70. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  71.  
  72. [AIMClass.AddReg]
  73. HKR,,,,%AimClass.Desc%
  74. HKR,,Icon,,"-1"
  75. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  76. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  77. HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  78. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  79.  
  80. [AIMClass.AddRegNT]
  81. HKR,,,,%AimClass.Desc%
  82. HKR,,Class,,DisplayCodec
  83. HKR,,Icon,,"-1"
  84. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  85. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  86. ;HKR,,NoDisplayClass,,1    ;Class will be displayed by Device Manager - For live updates
  87. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  88.  
  89. [SourceDisksNames.x86]
  90. 1=%DiskId1%,,,""
  91.  
  92. [SourceDisksFiles] 
  93. A314.sys=1
  94.  
  95. [AIM.Device.CopyDrivers]
  96. A314.sys
  97.  
  98. [AIM.Device.CopyDriversNT]
  99. A314.sys
  100.  
  101. [AIM.Device.Interfaces]
  102. AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface,
  103.  
  104. [AimChildInterface]
  105. AddReg=AimChildInterface.AddReg
  106.  
  107. [AimChildInterface.AddReg]
  108. HKR,,Class,,%AimClassGUID%
  109. HKR,,FriendlyName,,%AimChildDriver.FriendlyName%
  110.  
  111. [AIM.Device.NT.Services]
  112. AddService = %AimDevFuncGUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3"
  113.  
  114. [AIM.Device.Services]
  115.  
  116. [Aim_EventLog_Inst]
  117. AddReg=Aim_EventLog_AddReg
  118.  
  119. [Aim_EventLog_AddReg]
  120. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\system32\drivers\%AimDriverName%"
  121. HKR,,TypesSupported,0x00010001,7
  122.  
  123.  
  124. [Aim.ServiceInstall]
  125. DisplayName   = %AimChildDriver.DeviceDesc%
  126. ServiceType   = %SERVICE_KERNEL_DRIVER%
  127. StartType     = %SERVICE_DEMAND_START%
  128. ErrorControl  = %SERVICE_ERROR_NORMAL%
  129. ServiceBinary = %10%\system32\drivers\%AimDriverName%
  130. AddReg        = AIM_Parameters_AddReg
  131.  
  132. ;---------------------------------------------------------------
  133. ;                S t r i n g s
  134. ;---------------------------------------------------------------
  135.  
  136. [Strings]
  137.  
  138. ;----------------
  139. ; Non-Localizable
  140. ;----------------
  141.  
  142. SERVICE_KERNEL_DRIVER=1
  143. SERVICE_SYSTEM_START=1 
  144. SERVICE_AUTO_START=2
  145. SERVICE_DEMAND_START=3
  146. SERVICE_ERROR_NORMAL=1
  147. ;
  148. ;
  149. ; These are customizable
  150. ;
  151. AimDevID="TE-410"
  152. AimDriverSig=0x12354678        ; Supplied by Intel
  153. AimDriverName="A314.sys"
  154. AimDevFuncGUID="{6631C158-4E71-4f19-A3A8-9D3D5F2BC5D9}"
  155. ;
  156. ;
  157. ; These do not change - ever !
  158. ;
  159. AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}"
  160. AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}"
  161.  
  162. ;----------------
  163. ; Localizable
  164. ;----------------
  165.  
  166. Intel="Intel"
  167. IntelMfg="Intel Corporation"
  168. DiskId1="Intel Corporation Installation Disk #1"
  169. ;
  170. ;
  171. ; Do not change this line !
  172. ;
  173. AimClass.Desc="Intel AIM 3.0 Codec"
  174. ;
  175. ;
  176. ; Put device specifics here ->
  177. ;
  178. AimChildDriver.DeviceDesc="AIM 3.0 TFP410"
  179. AimChildDriver.FriendlyName="Texas Instruments TFP410 DVI Encoder"
  180.  
  181.  
  182.